Hello people and Fans from Basic 10 liners competition 2018.
This README wants to explain what the video in the Basic 10 liners homepage cant do:
like loading the game and explain the code of the game.
My game is without pretension, actually it's only a text mode game but make what it has to make
and this is what i like!
7 lines of code!

LOADING THE GAME FROM VCC EMULATOR

Download VCC from here: www.coco4.com/vcc/downlad.shtml

To load it inside vcc go to vcc emulator preferences menu under tape and select with browse the 
HACKING THE LOGON COCO BASIC .cas file, then press play, write CLOAD in the green window the one of
COLOR COMPUTER BASIC and press RETURN in the keyboard. When the game is loaded write RUN and press RETURN.
Now you are presented with the HACKING THE LOGON interface.
You have to choose a password to make find to your friend or group of friends insert it in the field and press return.
Now you will see the enter login screen, here your friends will try to find the right password to gain access to the 
Famouse Color Computer BASIC.

This is the game an hacking game not so harmful like makeing it in real computer but satisfying if you find the right password.
No pain to anyone! Pure Fun!!!!

THE CODE

1 PLAY "CDCDCDCDCDCDCDCDFGCDFG"
2 ? "WRITE PASSWORD TO FIND": INPUT A$
3 CLS
10 ? "++++++++HACKING THE LOGON++++++"
20 ? "ENTER LOGIN:": INPUT B$
30 IF A$ = B$ THEN PRINT "++++++YOU GAIN ACCESS TO BASIC++"
40 IF A$ < > B$ THEN GOTO 20

You can also copy directly to your COCO or COCO Emulator this code press RUN and RETURN and the game will start.

This is my pure fantasy game no copy to anyone i hope you enjoy my effort!!!!

Ciao

Matteo Trevisan




